home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Servis / Katalog / Katalog.dxr / 00052_Najezd hlasitost.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  208 b   |  9 lines

  1. on mouseEnter me
  2.   puppetSound(2, "Najezd")
  3.   set the cursor of sprite the spriteNum of me to [member "ruka_1", member "ruka_2"]
  4. end
  5.  
  6. on mouseLeave me
  7.   set the cursor of sprite the spriteNum of me to -1
  8. end
  9.